home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Development Environments ƒ / Perl 4.0.2 ƒ / perly.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-05  |  1.4 KB  |  83 lines

  1. #define WORD 257
  2. #define APPEND 258
  3. #define OPEN 259
  4. #define SSELECT 260
  5. #define LOOPEX 261
  6. #define USING 262
  7. #define FORMAT 263
  8. #define DO 264
  9. #define SHIFT 265
  10. #define PUSH 266
  11. #define POP 267
  12. #define LVALFUN 268
  13. #define WHILE 269
  14. #define UNTIL 270
  15. #define IF 271
  16. #define UNLESS 272
  17. #define ELSE 273
  18. #define ELSIF 274
  19. #define CONTINUE 275
  20. #define SPLIT 276
  21. #define FLIST 277
  22. #define FOR 278
  23. #define FILOP 279
  24. #define FILOP2 280
  25. #define FILOP3 281
  26. #define FILOP4 282
  27. #define FILOP22 283
  28. #define FILOP25 284
  29. #define FUNC0 285
  30. #define FUNC1 286
  31. #define FUNC2 287
  32. #define FUNC2x 288
  33. #define FUNC3 289
  34. #define FUNC4 290
  35. #define FUNC5 291
  36. #define HSHFUN 292
  37. #define HSHFUN3 293
  38. #define FLIST2 294
  39. #define SUB 295
  40. #define FILETEST 296
  41. #define LOCAL 297
  42. #define DELETE 298
  43. #define RELOP 299
  44. #define EQOP 300
  45. #define MULOP 301
  46. #define ADDOP 302
  47. #define PACKAGE 303
  48. #define AMPER 304
  49. #define FORMLIST 305
  50. #define REG 306
  51. #define ARYLEN 307
  52. #define ARY 308
  53. #define HSH 309
  54. #define STAR 310
  55. #define SUBST 311
  56. #define PATTERN 312
  57. #define RSTRING 313
  58. #define TRANS 314
  59. #define LISTOP 315
  60. #define DOTDOT 316
  61. #define OROR 317
  62. #define ANDAND 318
  63. #define UNIOP 319
  64. #define LS 320
  65. #define RS 321
  66. #define MATCH 322
  67. #define NMATCH 323
  68. #define UMINUS 324
  69. #define POW 325
  70. #define INC 326
  71. #define DEC 327
  72. typedef union {
  73.     int    ival;
  74.     char *cval;
  75.     ARG *arg;
  76.     CMD *cmdval;
  77.     struct compcmd compval;
  78.     STAB *stabval;
  79.     FCMD *formval;
  80. } YYSTYPE;
  81. extern YYSTYPE yylval;
  82. extern YYSTYPE yylval;
  83.